home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMovNo, gsliderbar, gPalNo, gVolume
- if the castNum of sprite 15 <> 11 then
- exit
- end if
- if the doubleClick then
- exit
- end if
- if the castType of cast the castNum of sprite 11 = #digitalVideo then
- set the movieTime of sprite 11 to 1
- set the movieRate of sprite 11 to 0
- set the controller of cast the castNum of sprite 11 to 0
- end if
- updateStage()
- set the castNum of sprite 10 to cast getAt(FlyList, 5)
- set gMovNo to the number of cast getAt(FlyList, 7)
- preLoadCast(gMovNo)
- set gPalNo to gMovNo + 10
- puppetPalette(gPalNo)
- patchPal()
- set the castNum of sprite 11 to gMovNo
- set the castNum of sprite 14 to 41
- set the controller of cast gMovNo to gsliderbar
- set the video of cast gMovNo to 1
- set the castNum of sprite 8 to 23
- set the castNum of sprite 7 to 32
- set the castNum of sprite 6 to 21
- updateStage()
- set the movieRate of sprite 11 to 1
- set the volume of sprite 11 to gVolume
- end
-